home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Util / M / MacShell 0.53b.sit / MacShell 0.53b / MacShell 0.53b.rsrc / help_28366_rm < prev    next >
Encoding:
Text File  |  1995-03-07  |  404 b   |  14 lines

  1. rm - Remove files and directories.
  2.  
  3. SYNTAX
  4.    rm [-r] name1 [name2...]
  5.  
  6. DESCRIPTION
  7.  
  8. The command "rm" deletes files and directories whose names are given as arguments.  
  9.  
  10. If the name of a directory is given as an argument, the option "-r" should be used to cause the directory and its contents to be deleted in a recursive manner.
  11.  
  12. Warning: Files and directories deleted with "rm" are not retrievable.
  13.